home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / menuts / automenu.arj / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-10-23  |  864b  |  28 lines

  1. ECHO OFF
  2. CLS
  3. ECHO -----------------------------------------------------------------
  4. ECHO  This Batch file will print the AUTOMENU.DOC and READ.ME files
  5. ECHO -----------------------------------------------------------------
  6. ECHO .
  7. ECHO Please make sure your printer is on-line and set to TOP OF FORM.
  8. ECHO .
  9. ECHO This documentation will take about 80 pages to print, if you do not
  10. ECHO wish to print the documentation at this time, hold down the [Ctrl] key
  11. ECHO and press the [Break] key.  Press any key to begin printing.
  12. ECHO .
  13. PAUSE
  14. CLS
  15. ECHO Now printing the READ.ME file
  16. COPY READ.ME PRN: >NUL
  17. ECHO .
  18. ECHO .
  19. ECHO Now printing Documentation for AUTOMENU ......
  20. COPY AUTOMENU.DOC PRN: >NUL
  21. CLS
  22. ECHO .
  23. ECHO AUTOMENU Documentation has been printed.
  24. ECHO .
  25. ECHO .
  26. ECHO Thank you for using AUTOMENU and supporting the SHAREWARE Way!
  27. ECHO .
  28.